home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000152_news@watsun.cc.columbia.edu _Wed Jan 27 17:18:17 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id RAA21444
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 27 Jan 1999 17:18:17 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id RAA21731
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 27 Jan 1999 17:15:59 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Exiting K95 server mode
  11. Date: 27 Jan 1999 22:15:58 GMT
  12. Organization: Columbia University
  13. Message-ID: <78o36u$l70$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <78o1uj$b9l$1@sparky.wolfe.net>, Baus <baus@wolfenet.com> wrote:
  17. : I have had an old K95, I believe 1.1 laying around and just started playing
  18. : with it earlier today.  Set it up in server mode and sure enough was able to
  19. : transfer files but can not get it to exit out to the K95 prompt.
  20. First, make sure you have the current version, which is 1.1.17:
  21.  
  22.   http://www.columbia.edu/kermit/k95.html
  23.  
  24. If you don't, get the appropriate patch at:
  25.  
  26.   http://www.columbia.edu/kermit/k95patch.html
  27.  
  28. Once K95 enters server mode, you can get it back to its prompt by typing
  29. Ctrl-C in its window, or you can send a FINISH command to it from the
  30. client.
  31.  
  32. - Frank